home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1998 August / PC Plus SuperCD 50b Issue 142 (CD142b) (August 1998).iso / handson / CPPBuild / STEP1.exe / UNIT1.DFM / UNIT1.txt
Encoding:
Text File  |  1998-05-06  |  658 b   |  40 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 290
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Form1'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Add: TButton
  15.     Left = 56
  16.     Top = 56
  17.     Width = 73
  18.     Height = 33
  19.     Caption = 'Add'
  20.     TabOrder = 0
  21.   end
  22.   object Remove: TButton
  23.     Left = 56
  24.     Top = 136
  25.     Width = 73
  26.     Height = 33
  27.     Caption = 'Remove'
  28.     TabOrder = 1
  29.   end
  30.   object Memo1: TMemo
  31.     Left = 208
  32.     Top = 32
  33.     Width = 145
  34.     Height = 193
  35.     Lines.Strings = (
  36.       '')
  37.     TabOrder = 2
  38.   end
  39. end
  40.